home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1029
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
718b
|
37 lines
on(release){
_root.stopdragall();
if(_root.poz == "b")
{
if(_root.ii10 == 0)
{
_root.set_info(203);
}
else
{
_root.set_info(204);
}
_root.ic_none();
_root.ic_ruka();
_root.pepa.gotoAndPlay(_root.poz add "d");
}
else if(_root.poz == "d")
{
if(_root.ii10 == 0)
{
_root.suplik.gotoAndStop(2);
_root.sound_byt_sufle.start();
_root.ii10 = 1;
_root.set_info(204);
}
else if(_root.ii10 == 1)
{
_root.itembar_add(10);
_root.ii10 = 2;
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "d");
}
}